ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPBag<T> Class / ImGearXMPBag<T> Constructor / ImGearXMPBag<T> Constructor(String[])
String array.




In This Topic
    ImGearXMPBag<T> Constructor(String[])
    In This Topic
    Initializes a new instance of the ImGearXMPBag<T> class and initializes it with values from the string array.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value() As String _
    )
    'Usage
     
    Dim value() As String
     
    Dim instance As New ImGearXMPBag(Of T)(value)
    public ImGearXMPBag<T>( 
       string[] value
    )
    public: ImGearXMPBag<T>( 
       string*[]* value
    )
    public:
    ImGearXMPBag<T>( 
       array<String^>^ value
    )

    Parameters

    value
    String array.

    Return Value

    New instance of ImGearXMPBag<T> generic class object.
    Remarks
    This constructor creates an instance of ImGearXMPBag<T> generic class and initializes it with values from the string array.
    See Also